home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / billacct / softi21a.zip / troublsh.txt < prev    next >
Text File  |  1995-07-13  |  3KB  |  56 lines

  1. Software Inventory Database                         July 13, 1995   
  2.                                                                                 
  3. ****************************** TROUBLSH.TXT *****************************
  4.                               (Version 2.1)
  5. --------------------- 
  6. Trouble Shooting Tips 
  7. ---------------------
  8.  
  9. 1. SHARE.EXE is required for this program when running Windows 3.1. To 
  10.    see if SHARE is loaded, type the following command at the DOS prompt:
  11.         MEM /C
  12.    Under the Name heading you should see SHARE in the list. If its not
  13.    there you can modify AUTOEXEC.BAT with a line like the following:
  14.         C:\DOS\SHARE.EXE /L:500 /F:5100
  15.  
  16. 2. Check the PATH statement in AUTOEXEC.BAT. Does it include the "correct"
  17.    Windows directory? For example, PATH=C:\;C:\DOS;C:\WINDOWS;
  18.    Also, check for invalid directories in the PATH statement.
  19.    If changes are required, the system must be rebooted before the changes
  20.    will take affect.
  21.  
  22. 3. Is Windows 3.1 or Windows for Workgroups 3.11 running with at least
  23.    DOS 5.0 or greater installed. The program can also be run under
  24.    Windows NT 3.5 as a 16-bit application.
  25.  
  26. 4. The Setup procedure, which installs the program and the application
  27.    program both require VBRUN300.DLL. It should be the in the Windows System
  28.    directory. Disk #2 has a copy of VBRUN300.DLL for users not having
  29.    access to a recent copy. Use the DOS EXPAND command to copy it into the
  30.    Windows\System directory. For example:
  31.          EXPAND A:\VBRUN300.DL_ C:\WINDOWS\SYSTEM\
  32.  
  33. 5. This program needs access to the following modules to run correctly:
  34.    CMDIALOG.VBX, COMMDLG.DLL and THREED.VBX. The installation program
  35.    copies these files to the user-specified diectory when the software is
  36.    installed. To save disk space these files can be deleted from the
  37.    user-specified directory if they already exist in the Windows\System
  38.    directory. Verify that the file dates in the Windows\System are at least
  39.    as current as those in the user-specified directoy.
  40.  
  41. 6. Some files on the install floppies that have a suffix of .DL_, .EX_, etc.,
  42.    are compressed. They can be expanded by using the DOS EXPAND command.
  43.    For example: EXPAND A:\SOFTINVD.EX_ C:\LOCATION
  44.  
  45. 7. When adding other software that use an Access database, certain modules
  46.    may be back-leveled (an older version overlays a newer version). A specific
  47.    example is VBDB300.DLL which can overlay the existing version with the same
  48.    name. The version of VBDB300.DLL that supports Access 2.0 databases has
  49.    a date of 3/24/94. The version that will NOT support Access 2.0 databases
  50.    is dated 4/24/93.
  51.    The error you receive is "cannot find MSAJT110.DLL" when you try to open
  52.    the database.
  53.  
  54.  
  55.  
  56.